Vcenter NamespaceManagement Supervisors SupervisorServices PrecheckResult
This schema contains the result of the last valid POST /vcenter/namespace-management/supervisors/{supervisor}/supervisor-services/{supervisorService}?action=precheck operation for installing or upgrading to a Supervisor Service version on a specific Supervisor.
This schema was added in vSphere API 8.0.3.0.
{
"target_version": "string",
"original_version": "string",
"status": "string",
"status_messages": [
{
"severity": "string",
"details": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
}
],
"precheck_finish_time": "string"
}
Identifier of the target Supervisor Service version that the prechecks were running for.
This property was added in vSphere API 8.0.3.0.
Identifier of the version of the Supervisor Service installed on the Supervisor at the time when the prechecks were performed. It should always match the version of the Supervisor Service currently installed on the Supervisor. If the Supervisor Service on the Supervisor has been upgraded or deleted since the last prechecks, the stale results will be purged.
This property was added in vSphere API 8.0.3.0.
If missing or null
, there was no version installed when the prechecks were performed.
Status of the last precheck result.
For more information see: Vcenter NamespaceManagement Supervisors SupervisorServices PrecheckResult Status.
This property was added in vSphere API 8.0.3.0.
A set of messages that provide additional details of the last valid precheck result, including errors and warnings for potential incompatibility.
This property was added in vSphere API 8.0.3.0.
If missing or null
, the target version is compatible with the Supervisor.
The timestamp at which the compatibility pre-check finished
This property was added in vSphere API 8.0.3.0.